home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / DefineButton2_151 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  162 b   |  5 lines

  1. on(release){
  2.    eurl = "http://www.henkell.de/emaildb_dtm.phtml?email=" add Email add "&punkte=" add Punkte add "&type=dtm2001";
  3.    getURL(eurl,"","POST");
  4. }
  5.